home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / Crowd.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Text File  |  1996-09-03  |  1KB  |  67 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 121
  3.   Top = 149
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'frmPassword'
  7.   ClientHeight = 123
  8.   ClientWidth = 324
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 21
  20.     Width = 163
  21.     Height = 13
  22.     Caption = 'Enter the Crowd Control password:'
  23.     Transparent = True
  24.   end
  25.   object Label2: TLabel
  26.     Left = 18
  27.     Top = 86
  28.     Width = 254
  29.     Height = 13
  30.     Caption = '(This password only controls access to Crowd Control.'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 18
  34.     Top = 100
  35.     Width = 259
  36.     Height = 13
  37.     Caption = 'It is not the user'#39's password for logging onto Windows.)'
  38.   end
  39.   object txtPassword: TEdit
  40.     Left = 17
  41.     Top = 52
  42.     Width = 168
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object Button1: TButton
  47.     Left = 243
  48.     Top = 17
  49.     Width = 68
  50.     Height = 24
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.   end
  56.   object Button2: TButton
  57.     Left = 243
  58.     Top = 49
  59.     Width = 68
  60.     Height = 24
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66. end
  67.